Adds an argument into the service.
public void PushArgument<T>(
T argument
)
argument
The argument that will be added to the service.
T
The type of the argument to be added.
If an argument of the same type already exists this method will throw an System.ArgumentException.
Before adding an argument you should call the Exists method to make sure that no other argument with the same type exists in the service.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET